home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / reviews / st_01 < prev    next >
Text File  |  1993-10-01  |  43KB  |  1,149 lines

  1. ST-01:  Statistics and Math
  2.  
  3.  
  4. -------------
  5. 0261 Analysis          Small Programs Disk
  6. -------------
  7.  
  8. FFT 1.6
  9.    Sampson, Steve
  10.    $0
  11. is a statistics program that uses the Fast Fourier Transform to produce a
  12. Frequency Domain display from the Time Domain data input.
  13.  
  14. Fast Fourier Transform (FFTRANS)
  15.    Halloran, Mike
  16.    $0
  17. contains FORTH code to implement the FFT transform, and do some simple
  18. character graphics on a terminal.
  19.  
  20. LineQ
  21.    Baker, Wayne G.
  22.    $25
  23. solves up to 40 linear equations simultaneously using the Gaussian Elimination
  24. Method.
  25.  
  26. LNRegr.BAS
  27.    is a linear regression program.
  28.  
  29. MultLnrg.BAS
  30.    Alonso, J. R. F.
  31.    $?
  32. calculates multiple linear regression coefficients.
  33.  
  34. NonLin
  35.    Whitman, Dave
  36.    $?
  37. performs non-linear least squares analysis to determine parameters to fit any
  38. function to observed data.
  39.  
  40. PolyFit
  41.    is an example of the use of systems of linear equations to produce a
  42. polynomial equation which approximates the behavior of experimentally obtained
  43. data points as closely as possible.
  44.  
  45. Regress
  46.    Engineering Software, Inc.
  47.    $?
  48. uses regression analysis to find equations of curves that most closely fit the
  49. ordered data sets (X,Y) entered, and then allows the user to interpolate
  50. values based on the equation selected.
  51.  
  52. Stats
  53.    contains an assortment of statistical programs.  (BASIC required.)
  54.  
  55. --------------------------------
  56. END OF SMALL PROGRAMS DISK #0261
  57. --------------------------------
  58.  
  59.  
  60. ----------------
  61. 2850 Analysis #2          Small Programs Disk
  62. ----------------
  63.  
  64. Adapt
  65.    LEDS Publishing Co., Inc.
  66.    $?
  67. is a forecasting program that features Time Series Analysis with adaptive
  68. filtering, which works on the theory that the best future forecast can be made
  69. if a set of weights is found that best forecasts the available past data.
  70.  
  71. BASist 1.1
  72.    Hodges, Morrison M.D.
  73.    $?
  74. is a basic statistics program.  It takes a series of numbers and calculates a
  75. variety of statistics, including the mean, median, variance, standard
  76. deviation, coefficient of variation, measures of skewness and kurtosis, as
  77. well as the standard errors and confidence limits for these statistics.
  78. Finally, the Kolmogorov-Smirnov Dmax statistic is presented (K-S Dmax is an
  79. index is normality of distribution), and the null hypothesis test for the K-S
  80. Dmax is stated for the 5% level.
  81.  
  82. CHI-SQ.BAS
  83.    does chi-square calculations.
  84.  
  85. Confidence Level Calculator (CONLVL)
  86.    Ford, L. M.
  87.    $15
  88. calculates (statistical) confidence levels for small data sets and the number of
  89. tests required to reach user requested confidence levels.
  90.  
  91. ElStat
  92.    Floddy, Dale R.
  93.    $0
  94. is a simple, menu-driven statistics program. Features include descriptive stats
  95. (mean, sample variance, standard deviation), correlation, two-sample t-tests,
  96. chi-square, and one- and two-factor ANOVA.
  97.  
  98. EQNSolve.BAS
  99.    will solve a system of "n" linearequations in "n" unknowns.
  100.  
  101. LIN-REG.BAS
  102.    is a linear regression program.
  103.  
  104. Gauss
  105.    Ng, Thomas
  106.    $10
  107. is a numerical analysis program. It is for engineers and other professionals
  108. who frequently need to perform matrix computations. It operates on square
  109. matrices such as those with an equal number of rows and columns, up to a
  110. maximum size of six rows by six columns.
  111.  
  112. LSPR 1.0
  113.    Sund, S.E.
  114.    $8
  115. is a linear polynomial regression program. It finds the coefficients of a
  116. linear least squares equation.
  117.  
  118. Tandem Queuing Simulation  (TQSIM)
  119.    JJO Software
  120.    $5
  121. simulates multiserver queuing elements whose arrival rates and service times
  122. can be approximated by the Poisson distribution.
  123.  
  124. --------------------------------
  125. END OF SMALL PROGRAMS DISK #2850
  126. --------------------------------
  127.  
  128.  
  129. --------------
  130. 1555 Curve Fit          Small Programs Disk
  131. --------------
  132.  
  133. Curve
  134.    derives the linear, exponential, logarithmic, and power equations to fit a
  135. set of input data points x(I),y(I). All the equations are converted to the
  136. linear form Y=A+BX, and the linear form is fit to the data by the method of
  137. least mean squares.
  138.  
  139. Forecst
  140.    Loy, Michael D.
  141.    $10
  142. is designed to analyze time-series data and develop a smoothed curve that
  143. allows for a more accurate extrapolation of past data.  This is not another
  144. curvefitting program.  While the program does generate a correlation
  145. coefficient, it does not attempt to force an equation on the data.  This
  146. program is useful for individuals and businesses that need to predict future
  147. values (i.e. profits, sales) based on past history which is highly variable.
  148.  
  149. LeastQ 2.1
  150.    Fox, John D.
  151.    $0
  152. is a general purpose curve fitting program designed to find the coefficients
  153. a[i] of a function, y(x), of the form: (1) y(x) = a[0] + a[1]*f1(x) + a[2]
  154. *f2(x) + . . . . or (2) Chisq = Sum(k = 1;Npts) of (y[k] -ycalc(x[k])) ^2
  155. /err[k]^2.  Sample data sets are contained in the file DATA.ARC which requires
  156. ARCE or PKXARC to extract. The program requires an 8087 math chip and
  157. CGA-compatible card/monitor. Turbo Pascal source code is included.
  158.  
  159. List2Fit (LIST2FI)
  160.    Lemm, Bob
  161.    $0
  162. aids in describing data for computer modeling.  It uses the Least Squares Fit
  163. method of describing a set of X-Y points.  EGA is required for graphics
  164. display.
  165.  
  166. NLFITD 2.6
  167.    Hood, William G.
  168.    $0
  169. is a nonlinear curve fitter. Marquardt's algorithm is used to find values of
  170. parameters that make an equation fit a group of data points in a least squares
  171. sense. The equation can be nonlinear with regard to parameters.
  172.  
  173. Normal-Z
  174.    computes areas under the normal distribution probability curve from the
  175. mean to a designated `Z' value. This program also can compute `Z' values from
  176. a given area.
  177.  
  178. PwrStar 1.12
  179.    provides a polynomial best fit to a given set of data by the method of
  180. least squares. The user may interactively choose up to a 10th order polynomial
  181. fit and get an automatic display of the input and the fitted curve. The files
  182. SAMPLE#.DAT go with PWRSTAR.
  183.  
  184. --------------------------------
  185. END OF SMALL PROGRAMS DISK #1555
  186. --------------------------------
  187.  
  188.  
  189. ---------
  190. 0702 Math           Small Programs Disk
  191. ---------
  192.  
  193. A_Solver 1.0
  194.    Ryan Software
  195.    $0
  196. is an expression solver.  For example, 29*2^4 resolves to 464. `C' source code
  197. is included, as is an OBJ file that can be linked into any program to provide
  198. equation solving in your own programs.
  199.  
  200. Bin-CVT
  201.    Relf, Robert B.
  202.    $?
  203. converts positive integers between bases 2,10 and 16.  It will handle binary
  204. to 16 bits, decimal to 65535, hexadecimal to ffff.
  205.  
  206. DIV
  207.    Hilliard, Cino
  208.    $0
  209. is a high precision division routine that divides very large numbers very,
  210. very quickly. ZBASIC source code is included.
  211.  
  212. Eval 1.1
  213.    TriSoft Technologies
  214.    $5
  215. parses and solves a mathematical expression, optionally showing intermediate
  216. evaluation steps in the process.
  217. Example:  EVAL Sin(3)=Cos(6tan(45))-Sqrt(3*Ln(Exp(3)))^2
  218.  
  219. EZ-Convert 1.0 (EZC)
  220.    Driscoll, Brian S.
  221.    $15
  222. converts between various units of measure.  Other conversion programs in the
  223. PsL are either not as extensive as this one or they force you to choose from a
  224. set of predefined relationships.  For example, one will convert between pints
  225. and liters but not between quarts and liters.  However some of the others
  226. cover some units not covered by this one.  EZ-Convert's categories are Length,
  227. Area, Volume, Weight, and Temperature.
  228.  
  229. EZTrig
  230.    Thornton, Dan
  231.    $10
  232. is an easy to use program that quickly solves oblique and right triangles by
  233. input of values for variables listed on a graphics depiction of a triangle.
  234. Useful for engineers, students, and anybody interested in trig.  May not work
  235. right on some VGA systems.
  236.  
  237. Fourier.BAS
  238.    is a fast fourier transform program.
  239.  
  240. Func3
  241.    Walker, Tad
  242.    $0
  243. computes trigonometry and other miscellaneous mathematical functions.
  244.  
  245. MathFunc.BAS (MATHFNC)
  246.    Bagshaw, Tony
  247.    $?
  248. computes complex mathematical functions.
  249.  
  250. Matrix
  251.    Ruzinsky, Steven A.
  252.    $?
  253. finds B and/or the inverse of A.
  254.  
  255. Matrixss
  256.    Schneider, Scott
  257.    $0
  258. solves matrix algebra problems.
  259.  
  260. Matrix2
  261.    Hutchinson, William M.
  262.    $?
  263. is a matri